DataEventArgs`1 Constructor

Summary

Initializes the DataEventArgs class.

Syntax
C#
VB
C++
public DataEventArgs<TData>( 
   TData data 
) 
  
Public Function New( _ 
   ByVal data As TData _ 
) 
public: 
DataEventArgs<TData>(  
   TData^ data 
) 

Parameters

data
Information related to the event.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe data is null.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly